home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / Found / FWCollec / Include / FWCollec.h next >
Encoding:
C/C++ Source or Header  |  1995-11-08  |  557 b   |  30 lines  |  [TEXT/MPS ]

  1. #ifndef FWCOLLEC_H
  2. #define FWCOLLEC_H
  3.  
  4. //========================================================================================
  5. //
  6. //    File:        FWCollec.h
  7. //    Release Version:    $ 1.0d11 $
  8. //
  9. //    Copyright:    1995 by Apple Computer, Inc., all rights reserved.
  10. //
  11. //========================================================================================
  12.  
  13. #ifndef FWDICTLI_H
  14. #include "FWDictLi.h"
  15. #endif
  16.  
  17. #ifndef FWLIST_H
  18. #include "FWList.h"
  19. #endif
  20.  
  21. #ifndef FWNODE_H
  22. #include "FWNode.h"
  23. #endif
  24.  
  25. #ifndef FWORDCOL_H
  26. #include "FWOrdCol.h"
  27. #endif
  28.  
  29. #endif // FWCOLLEC_H
  30.